CopyTo Method (SparseArray<T>)
In This Topic
Creates a new object that is a copy of the current instance.
Overload List
Overload | Description |
CopyTo(T[],Int32) | Copies all the elements of the current one-dimensional System.Array to the specified one-dimensional SparseArray starting at the specified destination SparseArray index. The index is specified as a 32-bit integer. |
CopyTo(T[],Int32,Int32) | Copies all the elements of the current one-dimensional System.Array to the specified one-dimensional SparseArray starting at the specified destination SparseArray index. The index is specified as a 32-bit integer. |
CopyTo(T[],Int32,Int32,Int32) | Copies all the elements of the current one-dimensional System.Array to the specified one-dimensional SparseArray starting at the specified destination SparseArray index. The index is specified as a 32-bit integer. |
See Also